Make:Remove calls to shell from makefiles.
authorEvan Lloyd <evan.lloyd@arm.com>
Wed, 2 Dec 2015 18:17:37 +0000 (18:17 +0000)
committerEvan Lloyd <evan.lloyd@arm.com>
Fri, 1 Apr 2016 11:33:09 +0000 (12:33 +0100)
commit231c14702cd42400a9dcbda20e8173e1ce9d75bd
treef7b53603e62f2ac25062dbaa2400fc7b966611dd
parent4c51badfb52128a186e1ed3ae63b324d89a69fbd
Make:Remove calls to shell from makefiles.

As an initial stage of making Trusted Firmware build environment more
portable, we remove most uses of the $(shell ) function and replace them
with more portable make function based solutions.

Note that the setting of BUILD_STRING still uses $(shell ) since it's
not possible to reimplement this as a make function. Avoiding invocation
of this on incompatible host platforms will be implemented separately.

Change-Id: I768e2f9a265c78814a4adf2edee4cc46cda0f5b8
Makefile
bl32/tsp/tsp.mk
make_helpers/build_macros.mk
make_helpers/plat_helpers.mk [new file with mode: 0644]
tools/cert_create/Makefile